home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineButton2_124 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  118 b   |  9 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("off");
  5.       play();
  6.       call("gotomail");
  7.    }
  8. }
  9.